system diagnostics

All posts tagged system diagnostics by Linux Bash
  • Posted on
    Featured Image
    Practical Linux playbook for AI nodes that won’t start after updates: map the boot chain (kernel, microcode/Secure Boot, GPU modules/DKMS, CUDA/ROCm, containers, cgroups v2, systemd), run targeted checks and fixes, align versions, gate services on network/GPU readiness, validate GPU access in Podman/Docker, and recover via older kernels/initramfs—plus paste-safe apt/dnf/zypper commands and an automatable checklist.
  • Posted on
    Featured Image
    Turn 2 a.m. Linux firefighting into fast, safe fixes by wiring AI into Bash: distro-agnostic installs plus three copy-paste tools (ai-triage.sh for prioritized host diagnosis, ai-cmd.sh for guarded one-liners with ShellCheck, ai-log-labeler.sh for de-noising journals), strace/lsof summarization, and practices for redaction, local LLMs, confirmations, and repeatable runbooks to cut time-to-insight.
  • Posted on
    Featured Image
    The article "dmesg: Kernel message viewer" serves as a comprehensive guide on using the `dmesg` command to view kernel messages on Linux systems, essential for troubleshooting, monitoring hardware, and understanding system processes. It delves into the command’s significance, install methods across Linux distributions, and techniques for effectively filtering and searching kernel logs. Whether for system diagnostics or curiosity about boot processes, `dmesg` is positioned as a crucial tool for Linux users.